home *** CD-ROM | disk | FTP | other *** search
- Changelog,v 4.2 1994/08/10 20:04:27 explorer Exp
-
- This file will hopefully contain a listing of changes applied to
- Rayshade from version to version, with dates.
-
- 09-Aug-1994 - explorer
- v4.0.6.3 released
-
- 09-Aug-1994 - explorer
- Applied FIX026.shadowbug (was in UNAPPLIED) to fix a problem
- with animation and the shadow cache.
-
- 09-Aug-1994 - explorer
- Applied FIXES/FIX027.accellenh to speed up rayshade's scaling
- of vectors. It was nine divides, now it uses one divide and
- nine multiplys, which should be faster.
-
- 09-Aug-1994 - explorer
- When using flex rather than lex, there is a problem with
- yylineno not being defined. Newer versions of flex add a new
- flag (-l) which sets a compatibility mode where this will be
- defined. Configure now looks for flex, and will use flex -l
- if it is found, and lex otherwise.
-
- 09-Aug-1994 - explorer
- removed multiple definition of tMAXDEPTH from libshade/yacc.y
-